Calc .NET Class Library
C#
VB
Show/Hide TOC
Tab
Stop
Type Enumeration
Represents the type of a tab stop.
Definition
Namespace:
Independentsoft.Office.Odf.Styles
Assembly:
Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
Copy
public
enum
TabStopType
VB
Copy
Public
Enumeration
TabStopType
Members
Left
0
Text is left aligned with a tab stop.
Center
1
Text is centered on a tab stop.
Right
2
Text is right aligned with a tab stop.
Char
3
Character appears at a tab stop position.
None
4
None.
See Also
Reference
Independentsoft.Office.Odf.Styles Namespace
In This Article
Definition
Members
See Also